Introduction to Web Development using HTML 5
By: Kris Jamsa, Ph.D.

Chapter 4:Presenting Lists

This chapter examines HTML list processing in detail. By the time you finish this chapter, you will understand the following key concepts:

● How to create an ordered list, which is sometimes called a numbered list
● How to create an unordered list, which is sometimes called a bulleted list
● How to control the appearance of the unordered list bullet
● How to use a graphic for a custom bullet
● How to position list content
● How to create a definition list consisting of terms and their meanings
● How to nest one list within another

Chapter PowerPoint Presentation


OrderedList.html
OrderedPictureList.html
OrderedListTypes.html
UnorderedList.html
SportsList.html
UnorderedListTypes.html
CustomBullet.html
LargerBullet.html
BulletListPosition.html
NumbedListPosition.html
DefinitionList.html
NestedList.html